home *** CD-ROM | disk | FTP | other *** search
- *** /tmp/,RCSt1a15678 Wed Sep 6 02:36:24 1989
- --- sgtty.h Wed Sep 6 01:19:53 1989
- ***************
- *** 59,64 ****
- --- 59,65 ----
- /* Field names */
- #define IN_CANON 0001000 /* when off, no special processing on input */
- /* the VEOF is how many inchars to wakeup on*/
- + #define OCRMOD 0000001 /* map lf to cr + lf OUTPUT */
- /* when IN_CANON is OFF, then we will interpret additional bits for special
- * processing
- */
- ***************
- *** 105,110 ****
- --- 106,112 ----
- #define FIONREAD (TC_RS232|36)
- #define TCGETRS (TC_RS232|37)
- #define TCSETDTR (TC_RS232|38) /* |rts|dtr| each 2 bits: 01=off 10=on */
- + #define TCSETBAUD (TC_RS232|39) /* set only baud rate - external */
- #define TCBAUD (TC_RS232|99) /* used by rstty.c internally */
- #endif
-
-